DarkTingeColor Function

The currently selected color for drawing dark lines inside frames on the bottom and right sides.

Syntax

result = DarkTingeColor




Notes

This value is useful when you are using Canvas controls to create custom controls. When drawing beveled objects, use this color for the dark portions of the object (usually the right and bottom sides of the object). In a Checkbox control, this color is used to draw the dark lines that give it the beveled appearance just inside the checkbox on the right and bottom sides.

This value can be changed by the user, so you should access this value in the Paint event handler rather than storing the value.


See Also

DarkBevelColor, FillColor, FrameColor, HighlightColor, LightBevelColor, LightTingeColor, TextColor functions.